home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection / Epic Collection, The (Epic Marketing)(1996).iso / lsdtools / lsd120.dms / lsd120.adf / docs / Huntwindows.history.pp / Huntwindows.history
Text File  |  1990-09-13  |  3KB  |  99 lines

  1. HISTORY:
  2.  
  3. Version 1.0:
  4. Worked with patching vectors, which didn't solve the problem of getting
  5. every active window completly.
  6.  
  7. Version 1.1:
  8. Now uses VBI for catching active windows.
  9.  
  10. Version 1.2:
  11. Added some new options and removed some bugs.
  12.  
  13. Version 1.3:
  14. WBONLY and WFRONT option added. WFRONT will not make WindowToFront() on
  15. Backdrop and WBENCHWINDOW windows because it causes problems.
  16. Workbenchsupport added.
  17.  
  18. Version 1.4:
  19. Crash when entering wrong arguments removed
  20. Added DEFPUB option
  21.  
  22. Version 2.0:
  23. Enforcer Hits (old debugging stuff) removed.
  24. Added Commodity support.
  25. Added GUI.
  26.  
  27. Version 2.1:
  28. Removed small bugs.
  29. Added REMWIN feature.
  30.  
  31. Version 2.2:
  32. Removed bug in argument-order at CLI-call.
  33. Added MOVEMOUSE feature.
  34.  
  35. Version 2.3:
  36. Added SCREEN and WINDOW option.
  37. Redesigned GUI.
  38.  
  39. Version 2.4:
  40. Now tooltypes can be saved to icon.
  41. Added "Save", "About" and "GUI Popup" Gadgets to GUI.
  42. Removed crash at closedown and some minor bugs.
  43.  
  44. Version 2.5:
  45. Added CX_PRIORITY tooltype.
  46. Removed small bug which caused REMWIN not to work in 2.4.
  47.  
  48. Version 2.6:
  49. Added CX_POPKEY tooltype. GUI can now be opened with a Hotkey.
  50. Added Key-Support for Quit,Save,About and Hide - which are easy to implement
  51.         (I don't think its worth the work and space to do it for all)
  52. Hotkey can be edited and saved from GUI.
  53. Again removed errors in CLI-call.
  54.  
  55. Version 2.7:
  56. CheckBox Gadgets now work under V37, too.
  57. MOVEMOUSE debugged, now works under V37 correctly, too.
  58. Huntwindows now only moves windows if the button is released, or after it is
  59.         released which avoids a lot of problems (thanx to Stefan Sticht)
  60. Due to the point above Huntwindows does no longer restricts Workbench drawers
  61.         from WindowToFront
  62. The DISP_CLIP is now determined better (thanx to Bernhard Möllemann)
  63. Removed Bug which caused Huntwindows to crash when quit after save.
  64.  
  65. Version 3.0: (2.8 and 2.9 where not released)
  66. Now really use VideoControl to get DISP_CLIP
  67. Screens won't be pulled down anymore
  68. Doing a lot of LockIBase() and checks for valid pointers to prevent any
  69.         Enforcer-Hit produced by NIL or invalid pointers (like when
  70.         closing the Workbench)
  71. Adjustments now also work for oversized windows.... (In fact I rewrote the
  72.         complete move section to be smaller and better)
  73. Improved MOVEMOUSE again, which didn't work correctly on Non-Interlace and
  74.         A2024 Screens
  75. There is a better icon for Huntwindows now
  76. Action Hotkey added, which makes it possible to force Huntwindows to act
  77.         without a window being activated
  78. ALWAYS now changed to ACTION and can have the additional state of 'hotkey'
  79.         which means that Huntwindows will only act on Hotkey
  80. DELAY option added, to wait some time before acting.
  81. Redesigned GUI a bit.
  82. Removed small bug which caused pressed Hotkeys to be passed on to whatever
  83.         window was active.
  84. RESTRICT option added to choose which screens are to DefPub.
  85. Improved the Interrupt to watch if the window's position or size changed
  86.         also (instead of only waiting for a new active window)
  87. Stringgadgets will now be checked when hiding or saving
  88.  
  89. Version 3.1:
  90. History now in a seperated file (got too long)
  91. ACTION Condition now saved and loaded correctly
  92. Added LWINDOW and NWINDOW option
  93. Added Exclude WBWIN option
  94. (Again :-( ) fixed Enforcer-Hits when closing Workbench (26.5.93)
  95. Removed bug in NWINDOW causing an endless loop on empty screens (3.6.93)
  96. Changed behaviour on pulled down screens (no more pull them up, when not
  97.         necessary)
  98. Removed Enforcer Hit on startup. (8.6.93)
  99.